GrapeCity SPREAD for WPF 2.0J
MoveCore メソッド

移動する最初の項目の位置を示す int 値。
移動先の位置を示す int 値。
移動する項目の数を示す int 値。
データセット内の一連の項目を移動します。
構文
'Declaration
 
Protected Function MoveCore( _
   ByVal index As Integer, _
   ByVal moveToIndex As Integer, _
   ByVal count As Integer _
) As Boolean
protected bool MoveCore( 
   int index,
   int moveToIndex,
   int count
)

パラメータ

index
移動する最初の項目の位置を示す int 値。
moveToIndex
移動先の位置を示す int 値。
count
移動する項目の数を示す int 値。

戻り値の型

要素が正常に移動された場合は true。それ以外の場合は false
参照

DataListBase<T> クラス
DataListBase<T> メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.